Mobile
Log In Sign Up
Home > english-chinese > "communicating module" in Chinese

Chinese translation for "communicating module"

通信模块

Related Translations:
communicate:  vt.1.传达;传授。2.【宗教】授与(圣餐)。3.传染(疾病)。vi.1.通信,交通 (with)。2.相通 (with)。3.【宗教】接受圣餐。4.传,移 (to). communicate by telegram 用电报通信。短语和例子This room communicates with another room. 这间屋子和另外一间屋子相通。
communicating:  传染,相交通沟通交流通信的互通的相交通
communicated:  联系
communicating device:  通信设备
communicating tubes:  连通管
effectively communicating:  有效交流
cmct communicate:  传达,传播,互通,联系
partially communicating:  部分连通的
communicating space:  连通空间
communicating tube:  连通管通话管
Example Sentences:
1." client / server " refers to software designs that partition applications into two or more independent , communicating modules
“客户机/服务器”是指软件设计,将应用程序分成两个或两个以上独立的、能通信的模块。
2.The design of software includes three modules : data communicate module , data calculate module and the instruments panel module used to accepting the command and to displaying the result
软件设计可分为三个模块:数据通信、数据计算以及仪器面板控制和结果显示模块。
3.This dissertation mainly illustrates the a / d module ^ communicate module of tms320f240 fixed - point dsp and the realization which each module used in 705d high altitude meteorological exploring radar simulating system , meanwhile gives the writing step of inner program
本文主要讲述了tms320f240定点dsp内部a d模块、通讯模块等各种功能模块对于705d型高空气象探测雷达模拟系统的实现方法,并且给出了其内部flash的烧写步骤。
4.At last , on the basis of the practical example of lianyuan " s control network and data network integration technology , this paper brings up a new monitoring and control system c onstruction frame that based embedded tcp / ip protocol , taking use of the technology of embedded network . also in this paper , designs and implements it with the use of related technologies of hardware and software , and discusses and implements the three main questions : the design of the front equipment of collecting ; the managing and scheduling technology of the multi communication threads in communicating module of monitoring and control system ; the data processing
本文最后以链源钢铁厂一个实际的监控网络和数据网络一体化的项目要求为例,提出了在该系统中引入嵌入式网络技术,并由此设计了一种基于internet intranet的嵌入式的企业监控网络和数据网络的体系结构框架,利用有关的硬件与软件技术,进行了设计与开发实现,并对基于internet intranet嵌入式监控系统的三个核心问题:基于嵌入式tcp ip协议的采集前端设备的系统设计,通讯模块中多通讯线程的管理与调度以及数据的处理进行了探讨与实现。
5.On the one hand of hardwar : first of all , the thesis introduces the interiror structure of pic18f8260 and its distinguishing with other singlechip ; secondly , having narrated the structure and performance of gsm communicate module - tc35i module and the hardware performance process of communications interface of gsm ; thirdly , having studied the drived principle and dynamic scanned circuit of led ’ s panel ; lastly , having put forward serial interface circuit which the application of system . on the other hand of software which have accomplished the running of hardware : in design , utilizing mscomm control to realize the serial communication between computer and cell phone , utilizing at command to realize the cell phone control and sms receiving and sending operation , the pdu ( protcol data unit )
设计上,利用mscomm控件实现计算机与gsm模块间的串口通信,使用at指令实现对gsm模块的各种控制和短信的收发,分析发送和接收短消息的pdu ( protcoldataunit )格式、短信内容、手机号码、 smsc (短消息服务中心)号码等;单片机与pc机之间的通信采用pic中c语言和c + +语言编程,以中断方式实现pic18f8260与led的通信,同样利用mscomm控件从汉字字库的提取点阵码,最后显示在led上。
6.During the course of developing , considering the heavy load of the www server itself , we brought forward to divide the whole system to two parts ; one is a set of cgi programs , it sets up the html pages dynamically , the other is the communicating module named com - client , which communicates with job management system server and all the cgi programs
在开发的过程中考虑到web服务器本身的负载过高,我们将整个系统分为两个部分,一部分是一组cgi程序,用来动态的生成html页面;另一部分是称为com - client的通信模块,它既与作业管理系统的服务端进行通信,又与所有的cgi程序进行通信。
7.The software of the chief station is composed of monitoring module and communicating module . the monitoring module involves the use of pc - labcards , the method of a precise timer , the principle of pid autocontrol and how to use it in the project , the realization of all kinds of reports with the ole automation skill , while the communicating module discusses the way of communication between the chief station and the scheduler based on the c / s structure . both monitoring module and communicating module are established on the database , so this paper particularly describes the access methods to ms sql server and the advantage of database stored procedure
论文先概要介绍了热网微机监控系统的需求分析和总体设计,然后在此基础上详细地阐述了首站软件实时监控模块和通信模块的实现细节,描述了工业采集卡的用法;提出了一种基于内核timer对象的精确定时方法;介绍了pid自动控制原理及其改进算法和现场控制参数的整定方法;用ole自动化技术扩充了visualbasic6 . 0的报表功能;在c / s用模型的基础上实现了首站和调度站的异步通信;讨论了visualbasic6 . 0对mssqlserver的数据存取方法和数据源驱动原理,在此基础上充分利用数据库存储过程完成了系统部分功能。
8.So he brought forward to divide the web client system to two parts , the communicating module named comciient is the design stress , which communicates with job management system server and all the cgi programs . to implement the communication between this module and the cgi programs , a set of detailed communicating protocols have been designed . at the same time , during the course of developing the project , the author analyzed and compared all the design pattern of the service programs , and selected the optimized pattern to implement the system
在实际的开发过程中笔者意识到web服务器本身的负载过高这一问题,提出将整个系统的通讯模块进行单独设计,一个称为comclient的通信模块成为设计的重点,它作为一个中间的通讯模块既与作业管理系统的服务端进行通信,又与所有的cgi程序进行通信,并且为实现这个模块与cgi程序之间的通信设计了一套详细的通信协议。
Similar Words:
"communicating hydrocephalus" Chinese translation, "communicating in cyberspace" Chinese translation, "communicating in technical organizations" Chinese translation, "communicating interstices" Chinese translation, "communicating light on topmast" Chinese translation, "communicating operator" Chinese translation, "communicating pipe" Chinese translation, "communicating please wait" Chinese translation, "communicating pore" Chinese translation, "communicating pores" Chinese translation